From 157794e5125f1ad1aec9296a1b957ed9a31e707c Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 23 Jun 2009 17:26:28 +0100 Subject: [PATCH] tools python: remove unused auxbin functions Signed-off-by: Christoph Egger --- tools/python/xen/util/auxbin.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/python/xen/util/auxbin.py b/tools/python/xen/util/auxbin.py index 056d1fd3a3..8dd2e5dec0 100644 --- a/tools/python/xen/util/auxbin.py +++ b/tools/python/xen/util/auxbin.py @@ -40,12 +40,6 @@ def pathTo(exebin): return exe return None -def path(): - return LIBEXEC - -def libpath(): - return LIBDIR - def xen_configdir(): return XEN_CONFIG_DIR -- 2.30.2